projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57a6d77
)
(mktime): Fix typo in previous patch.
author
Paul Eggert
<eggert@twinsun.com>
Tue, 3 Sep 1996 18:08:27 +0000
(18:08 +0000)
committer
Paul Eggert
<eggert@twinsun.com>
Tue, 3 Sep 1996 18:08:27 +0000
(18:08 +0000)
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index d91b36e5e1182194d8384a0f65774ebf3465bcf7..1dd85c9b5ccccdfa75a871647a0efb4e75bf2337 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-193,7
+193,7
@@
Boston, MA 02111-1307, USA. */
#undef HAVE_AIX_SMT_EXP
#undef HAVE_MKTIME
-#if
HAVE_MKTIME && !
defined (_NEXT_SOURCE)
+#if
! HAVE_MKTIME ||
defined (_NEXT_SOURCE)
#define mktime emacs_mktime
#endif